home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.20030409-20031118
/
000348_lars_news@larsshack.org_Sun Oct 26 16:09:47 2003.msg
< prev
next >
Wrap
Internet Message Format
|
2003-11-18
|
1KB
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!nntp.abs.net!rcn!feed3.news.rcn.net!not-for-mail
From: Lars Kellogg-Stedman <lars_news@larsshack.org>
Newsgroups: comp.protocols.kermit.misc
Subject: Kermit losing first byte of tcp connection
Date: 26 Oct 2003 15:55:44 GMT
Lines: 28
Message-ID: <slrnbpnrjt.bg5.lars@news.oddbit.com>
Reply-To: lars_news@larsshack.org
X-Trace: UmFuZG9tSVZA1hHfsJ8t4TvpMta3ww9XNLnoGOs2hBZbXzWAclTA/nyznAVuolYb
X-Complaints-To: abuse@rcn.com
NNTP-Posting-Date: 26 Oct 2003 15:55:44 GMT
User-Agent: slrn/0.9.7.4 (Linux)
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14601
I'm using kermit to script some tests of our SMTP server. When one
connects to an SMTP server, the server immediately sends something along
the lines of:
220 <server> ESMTP <software>
With kermit, I always lose the first byte, so that instead I see:
20 <server> ESMTP <software>
This means that commands such as the following will fail:
input 10 \fpattern(220 *)\13
Is there anything I can do to prevent this from happening? I can work
around the problem by doing:
set host /pty telnet <host> 25
But that's just ugly.
Cheers,
-- Lars
--
Lars Kellogg-Stedman <lars_news@larsshack.org>